home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000397_bayers@yahoo.com_Fri Sep 27 08:41:16 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  1KB  |  34 lines

  1. Article: 13733 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!bloom-beacon.mit.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail
  3. From: bayers@yahoo.com (Jim Bayers)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: OUTPUT Command Missing Text
  6. Date: 26 Sep 2002 17:07:15 -0700
  7. Organization: http://groups.google.com/
  8. Lines: 16
  9. Message-ID: <55835a9f.0209261607.1159206d@posting.google.com>
  10. NNTP-Posting-Host: 128.196.133.225
  11. Content-Type: text/plain; charset=ISO-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Trace: posting.google.com 1033085235 11312 127.0.0.1 (27 Sep 2002 00:07:15 GMT)
  14. X-Complaints-To: groups-abuse@google.com
  15. NNTP-Posting-Date: 27 Sep 2002 00:07:15 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13733
  17.  
  18. I've been trying to get my scripts to work under v2.  The output command
  19. isn't working right for me.  I have:
  20.  
  21. OUTPUT telnet test.edu\13
  22.  
  23. and it outputs this:
  24.  
  25. t.edu
  26.  
  27. If I slow the modem speed down to 2400, it outputs:
  28.  
  29. elnet test.edu
  30.  
  31. Any idea why it's dropping letters?
  32.  
  33. Thanks
  34.